.ddsmoothmenu{
font: bold 12px tahoma;
padding-left:300px;
}
.ddsmoothmenu ul{
margin: 0;padding: 0;
list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: none; /*background of menu items (default state)*/
color: white;
padding: 5px 15px;
border-right: 1px solid yellow;
color: #2d2b2b;
text-decoration: none;
}
* html 
.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, 
.ddsmoothmenu ul li a:visited{
color: white;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:black; 
color: white;
}
.ddsmoothmenu .current a{ /*currently selected tab*/
background-color: yellow; /*Yellow color theme*/ 
border-color: green; /*Green color theme*/ 
}
.ddsmoothmenu ul li a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
body#home a#homenav,
body#rooms a#roomsnav,
body#amenities a#amenitiesnav,
body#rates a#ratesnav,
body#attractions a#attractionsnav,
body#gallery a#gallerynav,
body#contact a#contactnav 
{
color: yellow;
background: red;
}

